home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak Vol A-4
/
(Vol A-4) Vol. A4.iso
/
Games
/
the_octopus-show.swf
/
scripts
/
DefineButton2_69
/
BUTTONCONDACTION on(release).as
Wrap
Text File
|
2008-03-13
|
107b
|
7 lines
on(release){
if(_root.in_help._visible == false)
{
_root.in_help._visible = true;
}
}